Struct inputDetection

Struct Documentation

struct inputDetection

This is defined to contain each of object detections output by Yolo classification network. This is used in object tracking where some of the objects may be invalidated if found to be any duplicates.

Public Members

float bb_left = 0.0
float bb_top = 0.0
float bb_right = 0.0
float bb_bottom = 0.0
float det_conf = 0.0
std::string objCLass
bool validDet = true